derail-report 0.0.0

Tools for reporting `derail::Error`s.
Documentation
1
2
3
4
5
6
7
8
9
10
#![doc = env!("CARGO_PKG_DESCRIPTION")]
//!
//! This crate is reserved for future use.

// This is just here to avoid special-casing this crate in `cargo xtask test`
// and forgetting to remove the specail case once this crate becomes used.
#[doc(hidden)]
pub fn identity<T>(x: T) -> T {
    x
}