summaryrefslogtreecommitdiffstats
path: root/crates/ignore/src/default_types.rs
diff options
context:
space:
mode:
authorMarco Ieni <11428655+MarcoIeni@users.noreply.github.com>2021-04-15 22:53:21 +0200
committerAndrew Gallant <jamslam@gmail.com>2021-05-31 21:51:18 -0400
commitb3a6a69f9d6eb00f4ce8fa5dfc4f2ac2327e75e1 (patch)
treef67e8eaac981b4965bafa8e15be178b29768686a /crates/ignore/src/default_types.rs
parent26a29c750ee962100ed5abf97a43feffcf3fe984 (diff)
ci: check docs for all crates
This also replaces '--all' in Cargo commands with '--workspace'. The former has apparently been deprecated. We also fix a couple warnings that this new step detected. Closes #1848
Diffstat (limited to 'crates/ignore/src/default_types.rs')
-rw-r--r--crates/ignore/src/default_types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 52d7d948..4ed94587 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -4,7 +4,7 @@
/// types to each invocation of ripgrep with the '--type-add' flag.
///
/// If you would like to add or improve this list, please file a PR:
-/// https://github.com/BurntSushi/ripgrep
+/// <https://github.com/BurntSushi/ripgrep>.
///
/// Please try to keep this list sorted lexicographically and wrapped to 79
/// columns (inclusive).