mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 02:03:53 +00:00
10 lines
242 B
Rust
10 lines
242 B
Rust
|
// check-pass
|
|||
|
// Allowing the code lint should work without warning and
|
|||
|
// the text flow char in the comment should be ignored.
|
|||
|
|
|||
|
#![allow(text_direction_codepoint_in_comment)]
|
|||
|
|
|||
|
fn main() {
|
|||
|
// U+2066 LEFT-TO-RIGHT ISOLATE follows:
|
|||
|
}
|