Fix fmt & remaining md links (#2497)
This commit is contained in:
parent
0018f7e406
commit
1f55458293
2
.github/workflows/md-config.json
vendored
2
.github/workflows/md-config.json
vendored
@ -4,5 +4,5 @@
|
|||||||
"pattern": "^https://crates.io"
|
"pattern": "^https://crates.io"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"aliveStatusCodes": [0, 200]
|
"aliveStatusCodes": [0, 200, 403]
|
||||||
}
|
}
|
@ -1174,8 +1174,10 @@ mod tests {
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
|
|
||||||
use std::io::{stdout, BufWriter};
|
use std::{
|
||||||
use std::sync::mpsc;
|
io::{stdout, BufWriter},
|
||||||
|
sync::mpsc,
|
||||||
|
};
|
||||||
|
|
||||||
use windows::Win32::{
|
use windows::Win32::{
|
||||||
Foundation::{CloseHandle, DuplicateHandle, DUPLICATE_SAME_ACCESS},
|
Foundation::{CloseHandle, DuplicateHandle, DUPLICATE_SAME_ACCESS},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user