[cargo] Remove the magic alias for repl

This commit is contained in:
Alekos Filini 2020-09-14 14:26:19 +02:00 committed by Steve Myers
parent d7ee38cc52
commit 10ab293e18

View File

@ -76,12 +76,6 @@ name = "miniscriptc"
path = "examples/compiler.rs"
required-features = ["compiler"]
# Provide a more user-friendly alias for the REPL
[[example]]
name = "magic"
path = "examples/repl.rs"
required-features = ["cli-utils"]
[workspace]
members = ["macros", "testutils", "testutils-macros"]