Auto merge of #28155 - vchimishuk:doc-rust-inside-other-languages-tab, r=alexcrichton
Fixed x variable identation. How it was displayed in Firefox before: http://s16.postimg.org/c9448tn0k/Screenshot_from_2015_09_01_17_35_43.jpg
This commit is contained in:
commit
cb40b8a2ab
@ -111,7 +111,7 @@ fn process() {
|
||||
for _ in (0..5_000_000) {
|
||||
x += 1
|
||||
}
|
||||
x
|
||||
x
|
||||
})
|
||||
}).collect();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user