core: Inherit the ops module

This commit is contained in:
Alex Crichton
2014-04-30 20:24:32 -07:00
parent ec8a805b6d
commit ead6e16a60
3 changed files with 2 additions and 1 deletions

View File

@@ -31,3 +31,4 @@ pub mod ptr;
/* Core language traits */
pub mod kinds;
pub mod ops;