summaryrefslogtreecommitdiff
path: root/misc/xd-rust/files/patch-rust-1.89.0
blob: e6428dda91dfba8ffd713dc04f711ffe062435e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/bin/xd/cli.rs.orig	2025-08-23 07:56:06 UTC
+++ src/bin/xd/cli.rs
@@ -100,6 +100,7 @@ impl From<TableOption> for &xd::table::Table {
     }
 }
 
+#[warn(dangerous_implicit_autorefs)]
 #[rustfmt::skip]
 pub fn app() -> App<'static, 'static> {
     App::new("xd")