File tree 2 files changed +2
-2
lines changed
doc/rustdoc/src/write-documentation
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ pub unsafe fn setup(build: &mut Build) {
134
134
// If this failed, well at least we tried! An example of DuplicateHandle
135
135
// failing in the past has been when the wrong python2 package spawned this
136
136
// build system (e.g., the `python2` package in MSYS instead of
137
- // `mingw-w64-x86_64-python2`. Not sure why it failed, but the "failure
137
+ // `mingw-w64-x86_64-python2`) . Not sure why it failed, but the "failure
138
138
// mode" here is that we only clean everything up when the build system
139
139
// dies, not when the python parent does, so not too bad.
140
140
if r. is_err ( ) {
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ only shows the part you care about.
317
317
318
318
``` rust
319
319
/// ```ignore
320
- /// fn foo() {
320
+ /// fn foo() {}
321
321
/// ```
322
322
# fn foo () {}
323
323
```
You can’t perform that action at this time.
0 commit comments