15 lines
196 B
Rust
15 lines
196 B
Rust
|
|
#!/usr/bin/env -S cargo -Zscript
|
||
|
|
---
|
||
|
|
[dependencies]
|
||
|
|
clap = "4"
|
||
|
|
---
|
||
|
|
|
||
|
|
//@ check-pass
|
||
|
|
// ignore-tidy-cr
|
||
|
|
|
||
|
|
// crlf line endings should be accepted
|
||
|
|
|
||
|
|
#![feature(frontmatter)]
|
||
|
|
|
||
|
|
fn main() {}
|