]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/issue-90614-accept-allow-text-direction-codepoint-in-comment-lint.rs
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
[rust.git] / src / test / ui / lint / issue-90614-accept-allow-text-direction-codepoint-in-comment-lint.rs
1 // check-pass
2 // Allowing the code lint should work without warning and
3 // the text flow char in the comment should be ignored.
4
5 #![allow(text_direction_codepoint_in_comment)]
6
7 fn main() {
8     // U+2066 LEFT-TO-RIGHT ISOLATE follows:⁦⁦
9 }