4
जंग में अप्रयुक्त कोड चेतावनियों को कैसे निष्क्रिय करें?
struct SemanticDirection; fn main() {} warning: struct is never used: `SemanticDirection` --> src/main.rs:1:1 | 1 | struct SemanticDirection; | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: #[warn(dead_code)] on by default मैं किसी भी गंभीर चीज के लिए इन चेतावनियों को वापस कर दूंगा, लेकिन मैं सिर्फ भाषा के साथ छेड़छाड़ कर रहा हूं …