diff --git a/Cargo.toml b/Cargo.toml index ecb412a..9e63087 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ criterion = "0.4.0" [features] default = [] -full = ["text", "insertion", "destory"] +full = ["text", "insertion", "destroy"] text = [] insertion = [] destroy = []