mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-19 00:34:23 +00:00
9 lines
144 B
Rust
9 lines
144 B
Rust
mod util;
|
|
use smol_str::SmolStr;
|
|
use util::*;
|
|
|
|
#[test]
|
|
fn smol_str() -> TestResult {
|
|
test_default_generated_schema::<SmolStr>("smol_str")
|
|
}
|