mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-11-23 21:54:45 +02:00
@@ -35,7 +35,7 @@ grep-regex = { version = "0.1.14", path = "../regex" }
|
||||
all-features = true
|
||||
# This opts into a nightly unstable option to show the features that need to be
|
||||
# enabled for public API items. To do that, we set 'docsrs', and when that's
|
||||
# enabled, we enable the 'doc_auto_cfg' feature.
|
||||
# enabled, we enable the 'doc_cfg' feature.
|
||||
#
|
||||
# To test this locally, run:
|
||||
#
|
||||
|
||||
@@ -58,7 +58,7 @@ assert_eq!(output, expected);
|
||||
*/
|
||||
|
||||
#![deny(missing_docs)]
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
pub use crate::{
|
||||
color::{ColorError, ColorSpecs, UserColorSpec, default_color_specs},
|
||||
|
||||
Reference in New Issue
Block a user