feat: add rust-script
This commit is contained in:
13
external/rust-script/tests/data/script-full-line.rs
vendored
Normal file
13
external/rust-script/tests/data/script-full-line.rs
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/*!
|
||||
This is merged into a default manifest in order to form the full package manifest:
|
||||
|
||||
```cargo
|
||||
[dependencies]
|
||||
boolinator = "=0.1.0"
|
||||
```
|
||||
*/
|
||||
use boolinator::Boolinator;
|
||||
fn main() {
|
||||
println!("--output--");
|
||||
println!("{:?}", true.as_some(1));
|
||||
}
|
||||
Reference in New Issue
Block a user