diff options
author | Kirill Bulatov <[email protected]> | 2020-08-11 15:15:11 +0100 |
---|---|---|
committer | Kirill Bulatov <[email protected]> | 2020-08-11 15:52:05 +0100 |
commit | db12ccee96bf37367b39ad99638d06da7123c088 (patch) | |
tree | 6ade1ef7533d2ac235ccf507c48bde6c41289917 /crates/ra_ide/src/diagnostics | |
parent | 188ec3459e795732ad097758f7bf6b6b95bdbf5e (diff) |
Better naming and docs
Diffstat (limited to 'crates/ra_ide/src/diagnostics')
-rw-r--r-- | crates/ra_ide/src/diagnostics/diagnostics_with_fix.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/ra_ide/src/diagnostics/diagnostics_with_fix.rs b/crates/ra_ide/src/diagnostics/diagnostics_with_fix.rs index 57b54a61e..f7c73773f 100644 --- a/crates/ra_ide/src/diagnostics/diagnostics_with_fix.rs +++ b/crates/ra_ide/src/diagnostics/diagnostics_with_fix.rs | |||
@@ -1,4 +1,5 @@ | |||
1 | //! Provides a way to attach fix actions to the | 1 | //! Provides a way to attach fixes to the diagnostics. |
2 | //! The same module also has all curret custom fixes for the diagnostics implemented. | ||
2 | use crate::Fix; | 3 | use crate::Fix; |
3 | use ast::{edit::IndentLevel, make}; | 4 | use ast::{edit::IndentLevel, make}; |
4 | use hir::{ | 5 | use hir::{ |