#![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)]pubfnidentity<T>(x: T)-> T{
x
}