vrl/compiler/
codes.rs

1// TODO Gather all codes here. Ensure they are unique and publicly documented.
2pub const WARNING_UNUSED_CODE: usize = 900;