1
Fork 0

add gitattributes and fix whitespace issues

This commit is contained in:
Daniel Micay 2013-05-03 19:25:04 -04:00
parent bfd3cd8171
commit 86efd97a10
433 changed files with 196 additions and 597 deletions

View file

@ -28,4 +28,3 @@ pub fn main() {
let a = &A { x: 3 };
assert!(gg(a) == 10);
}