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
Following #8172, rust-analyzer.inlayHints.maxLength should have a saner default. Certain crates like fixed possess huge types (in name only), and by default in rust analyzer, they are shown entirely in type annotation hints, which can be extremely hard to read sometimes:
The text was updated successfully, but these errors were encountered:
Following #8172,
rust-analyzer.inlayHints.maxLength
should have a saner default. Certain crates likefixed
possess huge types (in name only), and by default in rust analyzer, they are shown entirely in type annotation hints, which can be extremely hard to read sometimes:The text was updated successfully, but these errors were encountered: