Enable vi feature for docs.rs build

This commit is contained in:
Nico Burns 2024-03-01 15:02:44 +13:00 committed by Jeremy Soller
parent 2766961af6
commit 22e61965aa

View file

@ -66,3 +66,6 @@ criterion = { version = "0.5.1", default-features = false, features = [
[profile.test]
opt-level = 1
[package.metadata.docs.rs]
features = ["vi"]