Skip to content

Commit 82082f1

Browse files
committed
Forgot to add use std::ops::Bound on this fork.
1 parent 807e245 commit 82082f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/proc_macro/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ mod to_tokens;
4646

4747
use core::ops::BitOr;
4848
use std::ffi::CStr;
49-
use std::ops::{Range, RangeBounds};
49+
use std::ops::{Bound, Range, RangeBounds};
5050
use std::path::PathBuf;
5151
use std::str::FromStr;
5252
use std::{error, fmt};

0 commit comments

Comments
 (0)