4 lines
92 B
Rust
4 lines
92 B
Rust
use codespan_reporting::diagnostic::Diagnostic;
|
|
|
|
pub type DmDiagnostic = Diagnostic<usize>;
|