Mark structuralEq as not exposed on the surface

This commit is contained in:
Ayaz Hafiz 2022-10-10 15:55:48 -05:00
parent b04d7a9471
commit fe9b848686
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 2 additions and 2 deletions

View file

@ -107,7 +107,7 @@ impl Symbol {
// The `structuralEq` call used deriving structural equality, which will wrap the `Eq`
// low-level implementation.
&Self::EQ_STRUCTURAL_EQ
) && false
)
}
pub fn module_string<'a>(&self, interns: &'a Interns) -> &'a ModuleName {