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)
Mon, Aug 24, 12:11 PM
Unknown Object (File)
Mon, Aug 17, 12:29 PM
Unknown Object (File)
Fri, Aug 14, 4:10 PM
Unknown Object (File)
Sat, Aug 8, 6:41 PM
Unknown Object (File)
Sat, Aug 8, 6:35 PM
Unknown Object (File)
Sat, Aug 8, 12:04 PM
Unknown Object (File)
Sun, Aug 2, 5:50 PM
Unknown Object (File)
Sun, Aug 2, 1:15 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
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 52719
Build 49610: arc lint + arc unit

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.