Skip to content

Commit

Permalink
Remove unnecessary (?) docsrs annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
olson-sean-k committed Nov 10, 2023
1 parent 29b9531 commit 3e5cf4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/walk/glob.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use crate::walk::{EntryResidue, FileIterator, PathExt as _, TreeEntry, WalkBehav
use crate::{BuildError, CandidatePath, Combine, Glob};

/// APIs for matching globs against directory trees.
#[cfg_attr(docsrs, doc(cfg(feature = "walk")))]
impl<'t> Glob<'t> {
/// Gets an iterator over matching files in a directory tree.
///
Expand Down

0 comments on commit 3e5cf4f

Please sign in to comment.