fix: remove #check

This commit is contained in:
Mario Carneiro 2022-08-08 04:17:25 -07:00 committed by tydeu
parent f40dbbcf02
commit 9544a0572e

View file

@ -206,8 +206,6 @@ structure Package where
scripts : NameMap Script := {}
deriving Inhabited
#check String.dropRight
hydrate_opaque_type OpaquePackage Package
abbrev PackageSet := RBTree Package (·.config.name.quickCmp ·.config.name)