]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/E0429.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0429.stderr
index 0b786ab1e2fe05cc8717ee888d792f0642c4596c..08b99232ee22ba572b53055ea1250067209305cb 100644 (file)
@@ -8,7 +8,7 @@ help: consider importing the module directly
    |
 LL - use std::fmt::self;
 LL + use std::fmt;
-   | 
+   |
 help: alternatively, use the multi-path `use` syntax to import `self`
    |
 LL | use std::fmt::{self};