Skip to content

Commit 4fec563

Browse files
felinirabilelmoussaoui
authored andcommitted
glib-macros: Fix clippy warnings in tests
1 parent 6568b98 commit 4fec563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glib-macros/tests/properties.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ fn keyword_propnames() {
511511
/// This is useful for refactoring.
512512
#[test]
513513
#[allow(unreachable_code)]
514-
fn empty() {
514+
fn empty_struct() {
515515
mod empty {
516516
mod imp {
517517
use glib::subclass::prelude::*;

0 commit comments

Comments
 (0)