From 2c7ba495a6c1d8b3639b74334b0cdd1809af807e Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 8 Dec 2025 19:18:12 -0500 Subject: [Rust] Remove `UnusedRegisterStackInfo` and update architecture documentation --- rust/src/architecture/branches.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/architecture/branches.rs') diff --git a/rust/src/architecture/branches.rs b/rust/src/architecture/branches.rs index 80baa1b6..a6810b34 100644 --- a/rust/src/architecture/branches.rs +++ b/rust/src/architecture/branches.rs @@ -22,7 +22,7 @@ pub enum BranchKind { #[derive(Default, Copy, Clone, PartialEq, Eq, Hash, Debug)] pub struct BranchInfo { - /// If `None` the target architecture is the same as the branch instruction. + /// If `None`, the target architecture is the same as the branching instruction. pub arch: Option, pub kind: BranchKind, } -- cgit v1.3.1