You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out clippy has a lint that detects // SAFETY comments before unsafe blocks. They do span shenanigans to recover the comments. Code is here for inspiration.
In the following snippet, I would like a way to retrieve the comment in LLBC.
Possible thoughts include:
Thanks!
The text was updated successfully, but these errors were encountered: