From 5289cbf5331dfd0d0c2242a7e7c8030aa4032c7e Mon Sep 17 00:00:00 2001 From: johannst Date: Sat, 7 Dec 2024 01:01:45 +0000 Subject: deploy: 9c3c3fd923d894d2351eb22129ea693eb98fa8ff --- src/juicebox_asm/reg.rs.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/juicebox_asm/reg.rs.html') diff --git a/src/juicebox_asm/reg.rs.html b/src/juicebox_asm/reg.rs.html index f0612f6..edbf390 100644 --- a/src/juicebox_asm/reg.rs.html +++ b/src/juicebox_asm/reg.rs.html @@ -1,5 +1,5 @@ -reg.rs - source -
1
+reg.rs - source

juicebox_asm/
reg.rs

+1
 2
 3
 4
@@ -302,8 +302,7 @@
 301
 302
 303
-304
-
//! Definition of registers which are used as input operands for various instructions.
+304
//! Definition of registers which are used as input operands for various instructions.
 
 /// Trait to interact with register operands.
 pub(crate) trait Reg {
@@ -342,7 +341,7 @@
     }
 }
 
-macro_rules! enum_reg {
+macro_rules! enum_reg {
     (#[$doc:meta]  $name:ident, { $($reg:ident),+ $(,)? }) => {
         #[$doc]
         #[allow(non_camel_case_types)]
@@ -362,7 +361,7 @@
     };
 }
 
-macro_rules! impl_reg {
+macro_rules! impl_reg {
     (#[$doc:meta] $name:ident, $rexw:expr, { $($reg:ident),+ $(,)? }) => {
         enum_reg!(#[$doc] $name, { $( $reg, )+ });
 
-- 
cgit v1.2.3