]> git.lizzy.rs Git - rust.git/blobdiff - tests/source/string-lit.rs
Use max width for function decls, etc.
[rust.git] / tests / source / string-lit.rs
index e95aaae75e0b266e475a76f5b9e4a690b9ea7791..35d8ec072c2a8765fc2ffb37379837f45413b75d 100644 (file)
@@ -30,5 +30,5 @@ fn main() -> &'static str {
     let unicode3 = "中华Việt Nam";
     let unicode4 = "☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃";
 
-    "stuff"
+    "stuffin'"
 }