]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/manual_async_fn.fixed
Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyup
[rust.git] / src / tools / clippy / tests / ui / manual_async_fn.fixed
index 6bb1032a17299108a9a2603662e5b25531e7114f..27222cc0869c83cf50a37d5c66fb63ee2ff92f62 100644 (file)
@@ -30,7 +30,7 @@ async fn already_async() -> impl Future<Output = i32> {
 struct S {}
 impl S {
     async fn inh_fut() -> i32 {
-        // NOTE: this code is here just to check that the identation is correct in the suggested fix
+        // NOTE: this code is here just to check that the indentation is correct in the suggested fix
         let a = 42;
         let b = 21;
         if a < b {