]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #85240 - Aaron1011:no-suggest-static, r=davidtwco
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Thu, 13 May 2021 13:54:14 +0000 (15:54 +0200)
committerGitHub <noreply@github.com>
Thu, 13 May 2021 13:54:14 +0000 (15:54 +0200)
commit3761ada94ebb9693190bc7924951b6035fd9c419
tree119ea82bf2e99b2398f11bbfa50f2217e71843b1
parent16c825485fa51193cedc3dd9394c0a2f31016c42
parentbc6330d47a7a81e25f492a837822121a3cd88158
Rollup merge of #85240 - Aaron1011:no-suggest-static, r=davidtwco

Don't suggest adding `'static` lifetime to arguments

Fixes #69350

This is almost always the wrong this to do