]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/issue-3145.rs
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / issue-3145.rs
index 74a11925a764634c2aa18d9f6c7fd0c946650b66..5c6392811b9c32c642cb545f25398bf5ac13dbbf 100644 (file)
@@ -7,7 +7,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-
 fn main() {
     println!("{}" a); //~ERROR expected token: `,`
 }