aboutsummaryrefslogtreecommitdiff
path: root/src/schema_schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema_schema.rs')
-rw-r--r--src/schema_schema.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/schema_schema.rs b/src/schema_schema.rs
index 11ccb4e..c17eb89 100644
--- a/src/schema_schema.rs
+++ b/src/schema_schema.rs
@@ -5,6 +5,7 @@ use lazy_static::lazy_static;
use super::*;
lazy_static! {
+ /// the schema schema defined by [the canonical `kdl-schema.kdl`](https://github.com/kdl-org/kdl/blob/cc1da35435abbe2f7d0138310f89b18c55a292e7/examples/kdl-schema.kdl)
pub static ref SCHEMA_SCHEMA: Schema = make_schema_schema();
}