Formalize that unsafe code is not allowed
- Id
- 29cd03414f462477e090ae5ab3edf1836680fdf7
- Author
- Caio
- Commit time
- 2020-11-26T12:47:18+01:00
Modified tique/src/lib.rs
+#![forbid(unsafe_code)]
#![warn(missing_docs)]
#![warn(missing_doc_code_examples)]
//! Utilities to drive a tantivy search index