Fix fmt & remaining md links (#2497)

This commit is contained in:
Romain Malmain 2024-08-23 02:08:44 +02:00 committed by GitHub
parent 0018f7e406
commit 1f55458293
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -4,5 +4,5 @@
"pattern": "^https://crates.io" "pattern": "^https://crates.io"
} }
], ],
"aliveStatusCodes": [0, 200] "aliveStatusCodes": [0, 200, 403]
} }

View File

@ -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},