We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f601cf commit 33d8a48Copy full SHA for 33d8a48
crates/formality-types/src/grammar/ty.rs
@@ -40,10 +40,6 @@ impl Ty {
40
}
41
42
43
- pub fn is_alias(&self) -> bool {
44
- matches!(self.data(), TyData::AliasTy(_))
45
- }
46
-
47
pub fn rigid(name: impl Upcast<RigidName>, parameters: impl Upcast<Vec<Parameter>>) -> Self {
48
RigidTy {
49
name: name.upcast(),
0 commit comments