Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Mar 11, 2025
1 parent 20ee6ae commit 8182f09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/red_knot_python_semantic/src/types/class.rs
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,6 @@ impl<'db> KnownClass {
}

fn display(self, db: &'db dyn Db) -> impl std::fmt::Display + 'db {
#[derive(Clone, Copy)]
struct KnownClassDisplay<'db> {
db: &'db dyn Db,
class: KnownClass,
Expand Down

0 comments on commit 8182f09

Please sign in to comment.