Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
tests
/
ui
/
lint
/
issue-90614-accept-allow-text-direction-codepoint-in-comment-lint.rs
blob: 425e2703c94c45dc3924fd99e4614089a097b9b5 [
file
] [
log
] [
blame
]
// 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:
}