We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611bd10 commit fe513e2Copy full SHA for fe513e2
update.sh
@@ -15,7 +15,7 @@ cargo fmt
15
rustfmt src/common/mod.rs
16
17
# Strip crate-level things
18
-# updat this if svd2rust changes things
+# update this if svd2rust changes things
19
tail -n+30 src/common/mod.rs > src/common/_mod.rs
20
echo -en "use core::marker::PhantomData;\nuse core::ops::Deref;\n" > src/common/mod.rs
21
cat src/common/_mod.rs >> src/common/mod.rs
0 commit comments