Windows: Enable clippy deny warnings (#9920)
~Waiting #9918~ Release Notes: - N/A
This commit is contained in:
parent
659ea7054a
commit
94c51c6ac9
9 changed files with 26 additions and 35 deletions
|
@ -11,7 +11,9 @@ use lsp::Url;
|
|||
use parking_lot::Mutex;
|
||||
use pretty_assertions::assert_eq;
|
||||
use serde_json::json;
|
||||
use std::{os, task::Poll};
|
||||
#[cfg(not(windows))]
|
||||
use std::os;
|
||||
use std::task::Poll;
|
||||
use unindent::Unindent as _;
|
||||
use util::{assert_set_eq, paths::PathMatcher, test::temp_tree};
|
||||
use worktree::WorktreeModelHandle as _;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue