chore: use `Self` instead of the struct name (#284)

pull/285/head
Sven Assmann 3 years ago committed by GitHub
parent 044d36579f
commit 11a0a13dba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@ impl Bar {
// Constructor.
pub fn new(
//..
) -> Bar {
) -> Self {
//..

Loading…
Cancel
Save