Page MenuHomeFreeBSD

textproc/ripgrep: Fix build with rust 1.71.0
ClosedPublic

Authored by jrm on Jul 19 2023, 4:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 16, 5:18 AM
Unknown Object (File)
Sat, Oct 11, 2:35 AM
Unknown Object (File)
Wed, Oct 8, 5:47 PM
Unknown Object (File)
Mon, Oct 6, 12:19 AM
Unknown Object (File)
Fri, Oct 3, 3:07 PM
Unknown Object (File)
Thu, Oct 2, 4:13 AM
Unknown Object (File)
Sep 17 2025, 8:05 PM
Unknown Object (File)
Sep 15 2025, 11:30 PM
Subscribers

Details

Summary

Do not abort if documentation is missing.

error: missing documentation for an extern crate

--> crates/grep/src/lib.rs:17:1
 |

17 | pub extern crate grep_cli as cli;

| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jrm requested review of this revision.Jul 19 2023, 4:20 PM

lgtm
Feel free to commit it under portmgr blanket approval (build fix blanket)

This revision was not accepted when it landed; it landed in state Needs Review.Jul 19 2023, 4:45 PM
This revision was automatically updated to reflect the committed changes.