1 2 3 4 5 6 7 8 9 10 11
//! Smoke test to verify the crate compiles. #![allow(clippy::negative_feature_names)] #![allow(clippy::redundant_feature_names)] #[test] fn module_exists() { #[allow(unused_imports)] use tree_sitter_symbols; // That's all folks }