Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions vhost-user-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ repository = "https://github.com/rust-vmm/vhost"
edition = "2021"
license = "Apache-2.0"

[package.metadata.docs.rs]
all-features = true
rustc-args = ['--cfg RUTSDOC_disable_feature_compat_errors']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/RUTSDOC/RUSTDOC


[features]
xen = ["vm-memory/xen", "vhost/xen"]
postcopy = ["vhost/postcopy", "userfaultfd"]
Expand Down
1 change: 1 addition & 0 deletions vhost/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ edition = "2021"

[package.metadata.docs.rs]
all-features = true
rustc-args = ['--cfg RUTSDOC_disable_feature_compat_errors']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/RUTSDOC/RUSTDOC


[features]
default = []
Expand Down