[ Error ] Rust Error/Warning 해결 방법
포스트
취소

[ Error ] Rust Error/Warning 해결 방법

HitCount


Contents


A snake case name

warning: crate xxx should have a snake case name
해결방법 : Cargo.toml 파일에서 name을 스네이크 케이스(소문자 + ‘_’ 조합)로 변경하거나, main.rs의 상단 부분에 #![allow(non_snake_case)] 한 줄을 추가하면 해결이 됩니다.


이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.