]> git.lizzy.rs Git - rust.git/commitdiff
Merge #4376
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Fri, 8 May 2020 13:22:05 +0000 (13:22 +0000)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 13:22:05 +0000 (13:22 +0000)
4376: Fix type of byte literals r=matklad a=flodiebold

They're `&[u8; N]`, not `&[u8]` (see #4374).

Co-authored-by: Florian Diebold <florian.diebold@freiheit.com>

Trivial merge