mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(span,index): update documentation
This commit is contained in:
parent
dea9b7cbac
commit
01671729b7
2 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
//! Indexing Utilities
|
||||
//!
|
||||
//! <https://github.com/rust-lang/rust/tree/master/compiler/rustc_index>
|
||||
//! <https://doc.rust-lang.org/beta/nightly-rustc/rustc_index>
|
||||
|
||||
pub use index_vec::{define_index_type, index_vec, IndexSlice, IndexVec};
|
||||
pub use static_assertions::*;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
//! Source positions and related helper functions.
|
||||
//!
|
||||
//! <https://doc.rust-lang.org/beta/nightly-rustc/rustc_span>
|
||||
|
||||
mod atom;
|
||||
mod source_type;
|
||||
mod span;
|
||||
|
|
|
|||
Loading…
Reference in a new issue