We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420c222 commit 8c06c0eCopy full SHA for 8c06c0e
src/app.rs
@@ -98,8 +98,9 @@ impl App {
98
Threads::Auto => {
99
let disks = Disks::new_with_refreshed_list();
100
if any_path_is_in_hdd::<hdd::RealApi>(&self.args.files, &disks) {
101
- eprintln!("warning: HDD detected, the thread limit will be set to 1");
102
- Some(1)
+ // eprintln!("warning: HDD detected, the thread limit will be set to 1");
+ // Some(1)
103
+ panic!("HDD detected");
104
} else {
105
None
106
}
0 commit comments