style: format TOML and Rust files

This commit is contained in:
2025-12-26 03:41:37 +03:00
parent 4bee36eb50
commit 13a91ae437
8 changed files with 34 additions and 29 deletions
+3 -1
View File
@@ -11,7 +11,9 @@
// Note: When both 'web' and 'native' features are enabled (e.g., --all-features),
// 'native' takes priority. This allows CI to run with --all-features.
#[cfg(not(any(feature = "web", feature = "native")))]
compile_error!("subxt-lightclient: at least one of the 'web' or 'native' features must be enabled.");
compile_error!(
"subxt-lightclient: at least one of the 'web' or 'native' features must be enabled."
);
mod platform;
mod shared_client;