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
rustc doesn't mark the internal APIs that it uses to determine the appropriate trait used by an indexing operation as public. For now, the dont_panic lint always treats indexing as a potentially panicking operation as a stop-gap.
The text was updated successfully, but these errors were encountered:
rustc
doesn't mark the internal APIs that it uses to determine the appropriate trait used by an indexing operation as public. For now, thedont_panic
lint always treats indexing as a potentially panicking operation as a stop-gap.The text was updated successfully, but these errors were encountered: