Skip to content

Commit 7f918d7

Browse files
committed
add submodule doc-comment
1 parent 65f1a20 commit 7f918d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/ty_python_semantic/src/types/liskov.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
//! Checks relating to the [Liskov Substitution Principle].
2+
//!
3+
//! [Liskov Substitution Principle]: https://en.wikipedia.org/wiki/Liskov_substitution_principle
4+
15
use ruff_text_size::Ranged;
26
use rustc_hash::FxHashSet;
37

0 commit comments

Comments
 (0)