diff options
| author | Yuval Adam <_@yuv.al> | 2022-07-17 16:28:25 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-07-17 16:28:25 +0300 |
| commit | b35bae4d98e65851b9bfc4022269f93d2597a40b (patch) | |
| tree | 3e4633361984b7263c4efc21a34f63332c7a29ac /src/lib.rs | |
| parent | 609c8c2afe979fc0d29f9418fd95050fa39e4f57 (diff) | |
Import codec2 struct for sanity
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ mod tests { #[test] fn it_works() { + let _c : CODEC2; let result = 2 + 2; assert_eq!(result, 4); } |
