about summary refs log tree commit diff
path: root/src/libunwind
diff options
context:
space:
mode:
Diffstat (limited to 'src/libunwind')
-rw-r--r--src/libunwind/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libunwind/Cargo.toml b/src/libunwind/Cargo.toml
index 36f361b7238..fbd9789d2f5 100644
--- a/src/libunwind/Cargo.toml
+++ b/src/libunwind/Cargo.toml
@@ -9,6 +9,7 @@ name = "unwind"
 path = "lib.rs"
 test = false
 bench = false
+doc = false
 
 [dependencies]
 core = { path = "../libcore" }