You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
manual.adoc to markdown
add entire static manual and toc
move generated adoc to md in book dir
add features
add features
add assists
add config
add diagnostics
split up book, clean up links
update book config
add intro
remove old docs, add a README
clean up ignores
add temporary workflow
temporary makefile
remove workflow
Fix import preference config keys
convert manual to mdbook
manual.adoc to markdown
add entire static manual and toc
move generated adoc to md in book dir
add features
add features
add assists
add config
add diagnostics
split up book, clean up links
update book config
add intro
remove old docs, add a README
clean up ignores
add temporary workflow
temporary makefile
remove workflow
remove generated config.md
rework generated locations and ignores
remove img, replace with externally linked
remove img, replace with externally linked
these should be gone
Copy file name to clipboardExpand all lines: crates/ide-diagnostics/src/handlers/incorrect_case.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ use crate::{
12
12
13
13
// Diagnostic: incorrect-ident-case
14
14
//
15
-
// This diagnostic is triggered if an item name doesn't follow https://doc.rust-lang.org/1.0.0/style/style/naming/README.html[Rust naming convention].
15
+
// This diagnostic is triggered if an item name doesn't follow [Rust naming convention](https://doc.rust-lang.org/1.0.0/style/style/naming/README.html).
0 commit comments