]> git.lizzy.rs Git - rust.git/blobdiff - src/test/auxiliary/issue13213aux.rs
Replace all ~"" with "".to_owned()
[rust.git] / src / test / auxiliary / issue13213aux.rs
index 23cf49fb1d8dae9e1fc01147bbb003ec3139d7e2..ad8c823b99179e609ff07296b1222abcd19b998a 100644 (file)
@@ -24,4 +24,4 @@ pub struct P {
     pub static THREE: P = P { p: 3 };
 }
 
-pub static A: S = S { p: private::THREE };
\ No newline at end of file
+pub static A: S = S { p: private::THREE };