]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #52929 - Havvy:patch-1, r=alexcrichton
authorPietro Albini <pietro@pietroalbini.org>
Wed, 1 Aug 2018 08:13:10 +0000 (10:13 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Aug 2018 08:13:10 +0000 (10:13 +0200)
commit850b613b608326d04910700c779fa88baee1b454
treed7e9ba21342e5f338148729a745c39f99267e377
parent7759199b3f9297dcc6e14ac7fd7e50c6ba4aa2e1
parentbcab7e28b412fa0608c32254ab0727f9480176d2
Rollup merge of #52929 - Havvy:patch-1, r=alexcrichton

Update compatibility note for 1.28.0 to be correct

You can still put implementations on `dyn Trait + Send + Send`, but it'd be the same as putting them on `dyn Trait + Send`. This is why the error is that there are duplicate definitions in the example.
RELEASES.md