amazon-ion / ion-schema-rust

Rust implementation of Ion Schema
https://amazon-ion.github.io/ion-schema/sandbox
Apache License 2.0
13 stars 6 forks source link

Guarantee doc links are valid #76

Open zslayton opened 2 years ago

zslayton commented 2 years ago

We can add:

![deny(rustdoc::broken_intra_doc_links)]

to lib.rs to cause a build error if a reference to a type in a doc comment is invalid/incorrect.