summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-06-14 18:31:32 -0400
committerGitHub <noreply@github.com>2022-06-14 18:31:32 -0400
commitc6f5d5488a12bceff9210e3e00d168cd122aa281 (patch)
tree91c56799953e48e581308d03ddd8a1f4c2da6f9b /Cargo.toml
parent122373aff7069844c0f5a2cfaa4d7b9661fb4693 (diff)
docs: re-enable lib docs for development purposes (#750)
Enables lib docs, primarily intended for dev use. Also change some existing documentation based on warnings (mainly broken/bare links).
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f82ba4b5..0b3484e6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,8 +20,8 @@ doc = false
[lib]
test = true
-doctest = false
-doc = false
+doctest = true
+doc = true
[profile.release]
debug = 0