Skip to content

Commit 6dc9ea8

Browse files
committed
fix mismatched symbols
Signed-off-by: cui fliter <[email protected]>
1 parent af78bae commit 6dc9ea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bootstrap/job.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pub unsafe fn setup(build: &mut Build) {
134134
// If this failed, well at least we tried! An example of DuplicateHandle
135135
// failing in the past has been when the wrong python2 package spawned this
136136
// 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
138138
// mode" here is that we only clean everything up when the build system
139139
// dies, not when the python parent does, so not too bad.
140140
if r.is_err() {

src/doc/rustdoc/src/write-documentation/documentation-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ only shows the part you care about.
317317

318318
```rust
319319
/// ```ignore
320-
/// fn foo() {
320+
/// fn foo() {}
321321
/// ```
322322
# fn foo() {}
323323
```

0 commit comments

Comments
 (0)