Skip to content

Commit

Permalink
Merge remote-tracking branch 'chao/switch-stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jun 3, 2024
2 parents 3a83133 + e86d531 commit 5aec9cc
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 948 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
workflow_dispatch:

env:
RUST_VERSION: nightly
RUST_VERSION: stable

jobs:
linux-test:
Expand Down
8 changes: 0 additions & 8 deletions core/rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,3 @@

edition = "2021"
max_width = 100

# The following requires nightly feature:
# rustup install nightly
# rustup component add rustfmt --toolchain nightly
# cargo +nightly fmt
wrap_comments = true
comment_width = 100
imports_granularity = "Crate" # group imports by crate
5 changes: 0 additions & 5 deletions core/src/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,5 @@ trait ValueSetter<T: TypeTrait> {
fn append_value(&mut self, v: &T::Native);
}

mod vector;

mod buffer;
pub use buffer::*;

mod mutable_vector;
pub use mutable_vector::*;
Loading

0 comments on commit 5aec9cc

Please sign in to comment.