Skip to content

Commit e9813a6

Browse files
committed
remove now-unusued macro
1 parent 30d686c commit e9813a6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/utility_types.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,6 @@ impl<T> Iterator for TokenAtOffset<T> {
149149

150150
impl<T> ExactSizeIterator for TokenAtOffset<T> {}
151151

152-
macro_rules! _static_assert {
153-
($expr:expr) => {
154-
const _: i32 = 0 / $expr as i32;
155-
};
156-
}
157-
158-
pub(crate) use _static_assert as static_assert;
159-
160152
#[derive(Copy, Clone, Debug)]
161153
pub(crate) enum Delta<T> {
162154
Add(T),

0 commit comments

Comments
 (0)