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)
Fri, Apr 26, 1:14 AM
Unknown Object (File)
Sun, Apr 21, 8:55 PM
Unknown Object (File)
Mar 6 2024, 8:22 PM
Unknown Object (File)
Mar 5 2024, 7:22 PM
Unknown Object (File)
Feb 24 2024, 4:48 AM
Unknown Object (File)
Feb 23 2024, 4:08 PM
Unknown Object (File)
Feb 9 2024, 11:06 AM
Unknown Object (File)
Jan 9 2024, 3:03 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.