Move str and inc to core plugins

This commit is contained in:
Jonathan Turner
2019-12-10 13:59:13 +13:00
parent 88f899d341
commit e2a95c3e1d
9 changed files with 54 additions and 129 deletions

View File

@ -1,3 +0,0 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
nu_build::build()
}