mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Mark structuralEq
as not exposed on the surface
This commit is contained in:
parent
b04d7a9471
commit
fe9b848686
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue