mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
8 lines
176 B
Rust
8 lines
176 B
Rust
//#![allow(unused)]
|
|
|
|
#[cfg(test)]
|
|
include!(concat!(env!("OUT_DIR"), "/generated.rs"));
|
|
|
|
fn main() {
|
|
println!("Nothing to see here, please run me through cargo test :)");
|
|
}
|