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