Drop the lint expectations clippy 1.98 no longer fulfils by luantaraschi · Pull Request #8564 · RustPython/RustPython · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions crates/host_env/src/fileutils.rs
3 changes: 0 additions & 3 deletions crates/stdlib/src/pyexpat.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
//! Pyexpat builtin module

// false positive: core::io::Cursor is unstable (core_io), unusable on stable
#![expect(clippy::std_instead_of_core)]

// spell-checker: ignore libexpat

pub(crate) use _pyexpat::module_def;
Expand Down
3 changes: 0 additions & 3 deletions crates/stdlib/src/ssl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
//!
//! Warning: This library contains AI-generated code and comments. Do not trust any code or comment without verification. Please have a qualified expert review the code and remove this notice after review.

// false positive: core::io::{Cursor, ErrorKind} are unstable (core_io), unusable on stable
#![expect(clippy::std_instead_of_core)]

// OID (Object Identifier) management module
mod oid;

Expand Down
4 changes: 0 additions & 4 deletions crates/vm/src/stdlib/_io.rs
Loading