Replace data_structures dependency with index in rustc_parse_format
This commit is contained in:
parent
b89d7d6882
commit
2bba056187
3 changed files with 3 additions and 3 deletions
|
@ -1011,7 +1011,7 @@ fn unescape_string(string: &str) -> Option<string::String> {
|
|||
|
||||
// Assert a reasonable size for `Piece`
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
||||
rustc_data_structures::static_assert_size!(Piece<'_>, 16);
|
||||
rustc_index::static_assert_size!(Piece<'_>, 16);
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue