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