diff --git a/rtic/Cargo.toml b/rtic/Cargo.toml index 9a05b7532e..f28c9a721a 100644 --- a/rtic/Cargo.toml +++ b/rtic/Cargo.toml @@ -24,6 +24,9 @@ repository = "https://github.com/rtic-rs/rtic" version = "2.0.0-alpha.1" +[package.metadata.docs.rs] +features = ["rtic-macros/test-template"] + [lib] name = "rtic"