MCPcopy Create free account
hub / github.com/csskit/csskit / bump_box.rs

File bump_box.rs

crates/css_parse/src/bump_box.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::{Cursor, CursorSink, Parse, Parser, Peek, SemanticEq, ToCursors};
2use bumpalo::Bump;
3use css_lexer::{KindSet, Span, ToSpan};
4use std::fmt;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected