chore(semantic): fix doc

This commit is contained in:
Boshen 2024-11-12 12:00:16 +08:00
parent 4740642926
commit 20fe3cd6e7
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ macro_rules! control_flow {
/// # Example
///
/// ```rust
#[doc = include_str!("../examples/simple.rs")]
#[doc = include_str!("../examples/semantic.rs")]
/// ```
///
/// [`build`]: SemanticBuilder::build

View file

@ -2,7 +2,7 @@
//!
//! # Example
//! ```rust
#![doc = include_str!("../examples/simple.rs")]
#![doc = include_str!("../examples/semantic.rs")]
//! ```
use std::ops::RangeBounds;