This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5d30ce6844
rust
/
tests
/
target
/
issue-5655
/
one.rs
10 lines
109 B
Rust
Raw
Normal View
History
Unescape
Escape
refactor: switch idempotence/system tests to style_edition Updates all the various files utilized in the system and idempotence tests to directly use the corresponding 'style_edition' configuration as opposed to keeping the original 'version' values and relying on the mapping.
2024-07-19 18:25:11 -05:00
// rustfmt-style_edition: 2015
Remove newlines in where clauses for v2 Fixes #5655.
2023-07-30 00:46:17 -05:00
fn
foo
<
T
>
(
_
:
T
)
where
T
:
std
::
fmt
::
Debug
,
T
:
std
::
fmt
::
Display
,
{
}
Reference in New Issue
Copy Permalink