File: regression.rs

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

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