1//! [`Display`] and [`Debug`] implementations for WGSL syntax nodes. 2//! 3//! [`Display`]: std::fmt::Display 4//! [`Debug`]: std::fmt::Debug 5 6mod display; 7mod tooltip; 8 9pub use tooltip::Tooltip;