## Description / 説明 oj sのtestフォルダがない旨の警告が`src/main.rs`でも発生します。 srcフォルダとtestフォルダが同じディレクトリに存在する場合は許容して欲しいです 具体的にはこのような感じのディレクトリ構造でです: ```yml src/: main.rs test/: ... ``` ## Motivation / 動機 Rustで提出するときに毎回警告される。面倒。 ## Other notes / その他 - Will you try to create a pull request? - yes / no