Skip to content

Commit 572a79f

Browse files
committed
Format and bump rustc crates
1 parent 5f45867 commit 572a79f

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ vfs-notify = { path = "./crates/vfs-notify", version = "0.0.0" }
8989
vfs = { path = "./crates/vfs", version = "0.0.0" }
9090
edition = { path = "./crates/edition", version = "0.0.0" }
9191

92-
ra-ap-rustc_lexer = { version = "0.122", default-features = false }
92+
ra-ap-rustc_lexer = { version = "0.123", default-features = false }
9393
ra-ap-rustc_parse_format = { version = "0.121", default-features = false }
94-
ra-ap-rustc_index = { version = "0.122", default-features = false }
95-
ra-ap-rustc_abi = { version = "0.122", default-features = false }
96-
ra-ap-rustc_pattern_analysis = { version = "0.122", default-features = false }
94+
ra-ap-rustc_index = { version = "0.123", default-features = false }
95+
ra-ap-rustc_abi = { version = "0.123", default-features = false }
96+
ra-ap-rustc_pattern_analysis = { version = "0.123", default-features = false }
9797

9898
# local crates that aren't published to crates.io. These should not have versions.
9999

crates/hir-ty/src/layout/adt.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
use std::{cmp, ops::Bound};
44

55
use hir_def::{
6+
AdtId, VariantId,
67
layout::{Integer, ReprOptions, TargetDataLayout},
78
signatures::{StructFlags, VariantFields},
8-
AdtId, VariantId,
99
};
1010
use intern::sym;
1111
use rustc_index::IndexVec;
1212
use smallvec::SmallVec;
1313
use triomphe::Arc;
1414

1515
use crate::{
16-
db::HirDatabase,
17-
layout::{field_ty, Layout, LayoutError},
1816
Substitution, TraitEnvironment,
17+
db::HirDatabase,
18+
layout::{Layout, LayoutError, field_ty},
1919
};
2020

2121
use super::LayoutCx;

0 commit comments

Comments
 (0)