AppTapp / Installer-Issues

A repository to report issues with Installer 5
39 stars 3 forks source link

IMO we should always be keeping tests in #[cfg(test)] bound submodules to avoid compiling them during non-test use. #218

Closed lafi-99 closed 2 years ago

lafi-99 commented 2 years ago

IMO we should always be keeping tests in #[cfg(test)] bound submodules to avoid compiling them during non-test use.

__Originally posted by @james7132 in https://github.com/bevyengine/bevy/pull/3560#discussion_r790052707__

vanwijkdave commented 2 years ago

/