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