Skip to content

Commit

Permalink
Merge pull request #1 from popzxc/fix-naming
Browse files Browse the repository at this point in the history
Fix copy-paste
  • Loading branch information
popzxc authored Apr 18, 2021
2 parents fcd567e + 1dee544 commit ce9a778
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 24 deletions.
23 changes: 3 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt
profile: minimal
override: true
- run: rustup component add clippy

- name: Run rustfmt
uses: actions-rs/cargo@v1
Expand All @@ -36,13 +30,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy
profile: minimal
override: true
- run: rustup component add clippy

- name: Run clippy
uses: actions-rs/clippy-check@v1
Expand Down Expand Up @@ -82,12 +70,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
- run: rustup component add clippy

- name: Build
uses: actions-rs/cargo@v1
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[![CI](https://github.com/popzxc/trait-set/workflows/CI/badge.svg)](https://github.com/popzxc/trait-set/actions)

**Project info:**
[![Docs.rs](https://docs.rs/trait-set/badge.svg)](https://docs.rs/stdext)
[![Latest Version](https://img.shields.io/crates/v/trait-set.svg)](https://crates.io/crates/stdext)
[![License](https://img.shields.io/github/license/popzxc/trait-set.svg)](https://github.com/popzxc/stdext-rs)
[![Docs.rs](https://docs.rs/trait-set/badge.svg)](https://docs.rs/trait-set)
[![Latest Version](https://img.shields.io/crates/v/trait-set.svg)](https://crates.io/crates/trait-set)
[![License](https://img.shields.io/github/license/popzxc/trait-set.svg)](https://github.com/popzxc/trait-set)
![Rust 1.50+ required](https://img.shields.io/badge/rust-1.50+-blue.svg?label=Rust)

Support for trait aliases on stable Rust.
Expand Down Expand Up @@ -79,4 +79,4 @@ Feel free to submit a PR!

## LICENSE

`stdext` library is licensed under the MIT License. See [LICENSE](LICENSE) for details.
`trait-set` library is licensed under the MIT License. See [LICENSE](LICENSE) for details.

0 comments on commit ce9a778

Please sign in to comment.