]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/workspace.rs
New upstream version 1.61.0+dfsg1
[rustc.git] / src / tools / clippy / tests / workspace.rs
index 677b4a4d569994598398bb9dc0b1a13f54ab1b4b..e13efb3e0164b638f96b05861b818fdc70b23ed0 100644 (file)
@@ -93,7 +93,7 @@ fn test_no_deps_ignores_path_deps_in_workspaces() {
         output
     };
 
-    // Trigger a sucessful build, so Cargo would like to cache the build result.
+    // Trigger a successful build, so Cargo would like to cache the build result.
     successful_build();
 
     // Make sure there's no spurious rebuild when nothing changes.