Skip to main content

turbofish-over-let-t

Use when writing or editing Rust where you'd otherwise add a `let x: T = …` binding-type annotation — prefer turbofish on the call site (`Foo::<T>::method()`, `.collect::<Vec<_>>()`) so the type travels with the expression instead of pinning the binding.

Jump to install

Source facts

Repository
rust-dd/stochastic-rs
Last source activity
July 21, 2026 at 22:00
Detected SKILL.md language
English
Stars
180
Forks
10

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.