Skip to content

Commit cb40b8a

Browse files
committed
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
2 parents e758946 + 5ae8a0d commit cb40b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/rust-inside-other-languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ fn process() {
111111
for _ in (0..5_000_000) {
112112
x += 1
113113
}
114-
x
114+
x
115115
})
116116
}).collect();
117117

0 commit comments

Comments
 (0)