Made docs show features not included in std. (#789)

This commit is contained in:
Arvid Hammarlund 2023-09-15 15:14:44 +02:00 committed by GitHub
parent 57d6a566be
commit 8f65acf65a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -57,3 +57,6 @@ experimental-named-tensor = ["burn-core/experimental-named-tensor"]
burn-core = {path = "../burn-core", version = "0.10.0", default-features = false}
burn-train = {path = "../burn-train", version = "0.10.0", optional = true, default-features = false }
[package.metadata.docs.rs]
all-features = true