Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
rustdoc-json
/
attrs
/
cold.rs
blob: ec1926e894e4fa728c50f3e42001cf340c700794 [
file
]
//@ is "$.index[?(@.name=='cold_fn')].attrs" '[{"other": "#[attr = Cold]"}]'
#[
cold
]
pub
fn
cold_fn
()
{}