You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a completion snippet for this tmod (and then an assist that allows you to move an inline module mod foo {} into a mod foo; + create the corresponding file). An assist for this here sounds too niche/specific to me
My current workflow for adding a new test module is:
lib.rs
mod foo_test;
near the top#[cfg(test)]
above itI think an assist option to add the
#[cfg(test)]
would be nice -- is it too specific?The text was updated successfully, but these errors were encountered: