Sign in
rust
/
rust
/
b2dfd76fffae30c81ebe6e73b3a1d0a3bd29d330
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
frontmatter_escaped.rs
blob: 0d0263775668232a8c37c1ee8f1867338b06792b [
file
]
#!/
usr
/
bin
/
env cargo
------------
package
.
description
=
"""
Header
-----
Body
"""
------------
#![
feature
(
frontmatter
)]
fn
main
()
{}