mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-24 22:24:47 +00:00
9 lines
155 B
Rust
9 lines
155 B
Rust
mod util;
|
|
use bytes::{Bytes, BytesMut};
|
|
use util::*;
|
|
|
|
#[test]
|
|
fn bytes() -> TestResult {
|
|
test_default_generated_schema::<(Bytes, BytesMut)>("bytes")
|
|
}
|