Skip to content

Commit cb42a06

Browse files
committed
Rm no-op #[allow(clippy::disallowed_methods)]
Signed-off-by: Jiahao XU <[email protected]>
1 parent 8fe16d4 commit cb42a06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/windows/find_tools.rs

-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ pub enum VsVers {
169169
///
170170
/// This is used by the cmake crate to figure out the correct
171171
/// generator.
172-
#[allow(clippy::disallowed_methods)]
173172
pub fn find_vs_version() -> Result<VsVers, String> {
174173
fn has_msbuild_version(version: &str) -> bool {
175174
impl_::has_msbuild_version(version, &StdEnvGetter)

0 commit comments

Comments
 (0)