Skip to content

Commit

Permalink
sanitize module layout files
Browse files Browse the repository at this point in the history
added a clippy lint to only allow self named modules files
  • Loading branch information
svenrademakers committed Oct 28, 2023
1 parent 551c475 commit 3354b89
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#![deny(clippy::mod_module_files)]
mod api;
mod app;
mod authentication;
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3354b89

Please sign in to comment.