File: regression.rs

package info (click to toggle)
rust-syn 2.0.105-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,552 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (77)
1
2
3
4
5
#![allow(clippy::let_underscore_untyped, clippy::uninlined_format_args)]

mod regression {
    automod::dir!("tests/regression");
}