Skip to content

Commit

Permalink
Merge pull request #10 from mcmah309/source_structs
Browse files Browse the repository at this point in the history
Source structs
  • Loading branch information
mcmah309 authored Oct 30, 2024
2 parents 1782069 + 12d842a commit 9762ff4
Show file tree
Hide file tree
Showing 15 changed files with 1,216 additions and 1,438 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Run no_std tests
run: rustup target add x86_64-unknown-linux-gnu && cd test_no_std && cargo run
- name: Run feature flags tests
run: cargo test --tests --features coerce_macro && cargo test --tests --features tracing && cargo test --tests --features log
run: cargo test --tests --features tracing && cargo test --tests --features log
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ members = ["impl", "test_no_std"]

[features]
default = []
# Each error set will generates a `coerce!` macro to help handle coercion between partially intersecting sets.
coerce_macro = ["error_set_impl/coerce_macro"]
# Enables support for the tracing crate. Adds methods to `Result` that are applied on `Err` - e.g. `result.warn(...)`.
tracing = ["dep:tracing"]
# Enables support for the log crate. Adds methods to `Result` that are applied on `Err` - e.g. `result.warn(...)`.
Expand Down
Loading

0 comments on commit 9762ff4

Please sign in to comment.