You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
Enable the clippy::str_to_string lint
This commit is contained in:
@ -12,7 +12,13 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#![deny(clippy::pedantic)]
|
||||
#![forbid(unsafe_code)]
|
||||
#![deny(
|
||||
clippy::all,
|
||||
clippy::pedantic,
|
||||
clippy::str_to_string,
|
||||
rustdoc::broken_intra_doc_links
|
||||
)]
|
||||
|
||||
pub(crate) mod endpoints;
|
||||
pub(crate) mod traits;
|
||||
|
Reference in New Issue
Block a user