We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6617055 commit 6721a21Copy full SHA for 6721a21
1 file changed
crates/backend/src/group.rs
@@ -28,6 +28,7 @@ pub struct BackendGroup {
28
29
impl BackendGroup {
30
/// Create a new backend group.
31
+ #[must_use]
32
pub fn new(
33
name: String,
34
backends: Vec<Arc<dyn Backend>>,
0 commit comments