feat: ability to create a project #9
@ -1,5 +1,3 @@
|
|||||||
|
|||||||
#![allow(non_snake_case)]
|
|
||||||
![]() Question the use of The directive **Question the use of `#![allow(non_snake_case)]`.**
The directive `#![allow(non_snake_case)]` is generally discouraged in Rust as it goes against convention. Consider removing it unless there's a specific need.
<!-- This is an auto-generated comment by CodeRabbit -->
|
|||||||
|
|
||||||
![]() Question the use of The directive **Question the use of `#![allow(non_snake_case)]`.**
The directive `#![allow(non_snake_case)]` is generally discouraged in Rust as it goes against convention. Consider removing it unless there's a specific need.
<!-- This is an auto-generated comment by CodeRabbit -->
|
|||||||
mod components;
|
mod components;
|
||||||
mod errors;
|
mod errors;
|
||||||
mod models;
|
mod models;
|
||||||
|
|||||||
![]() Question the use of The directive **Question the use of `#![allow(non_snake_case)]`.**
The directive `#![allow(non_snake_case)]` is generally discouraged in Rust as it goes against convention. Consider removing it unless there's a specific need.
<!-- This is an auto-generated comment by CodeRabbit -->
![]() Question the use of The directive **Question the use of `#![allow(non_snake_case)]`.**
The directive `#![allow(non_snake_case)]` is generally discouraged in Rust as it goes against convention. Consider removing it unless there's a specific need.
<!-- This is an auto-generated comment by CodeRabbit -->
|
Question the use of
#![allow(non_snake_case)]
.The directive
#![allow(non_snake_case)]
is generally discouraged in Rust as it goes against convention. Consider removing it unless there's a specific need.Question the use of
#![allow(non_snake_case)]
.The directive
#![allow(non_snake_case)]
is generally discouraged in Rust as it goes against convention. Consider removing it unless there's a specific need.