aboutsummaryrefslogtreecommitdiff
path: root/src/schema_schema.rs
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2022-03-28 00:25:19 -0600
committerMelody Horn <melody@boringcactus.com>2022-03-28 00:25:19 -0600
commit6f8c397d960af654a25c82fea26ee75757f02c17 (patch)
treefedbc9a6aa4fe6db9be3ac1d4cb97e35be70b1ab /src/schema_schema.rs
parent852a1745f34e980c842bf90a19432a083a754d14 (diff)
downloadkdl-schema-6f8c397d960af654a25c82fea26ee75757f02c17.tar.gz
kdl-schema-6f8c397d960af654a25c82fea26ee75757f02c17.zip
docs for days
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();
}