diff options
author | Jonathan Moroney <darakian@github.com> | 2022-04-28 16:11:28 -0700 |
---|---|---|
committer | Jonathan Moroney <darakian@github.com> | 2022-04-28 16:11:28 -0700 |
commit | 4d71a84a052909af7412a1e1ec1e46f1b8d7c456 (patch) | |
tree | e6a8cfa23ddb5a970f40841b1e17381e63fe4bdc | |
parent | 98b1955538c4a7a7eb09f900e98ca4365f827d40 (diff) |
Mark as don't runignore-dirs
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ enum ChannelPackage { /// Constructs a list of unique files from a list of directories. /// /// # Examples -/// ``` +/// ```no_run /// let search_dirs = vec!["/home/jon", "/home/doe"]; /// let ignore_dirs = vec!["/home/jon/.git", "/home/doe/scratch"]; /// let min_size = 1024; |