Skip to content

Commit

Permalink
remember this
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Nov 17, 2023
1 parent 5a87d7e commit b79ee31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,10 @@ jobs:
# See tools/ci/src/main.rs for the commands this runs
run: |
cd crates/bevy_gltf/
cargo clippy -- -Dwarnings
cargo clippy -- -Dwarnings
- name: CI 2
shell: bash
# See tools/ci/src/main.rs for the commands this runs
run: |
pwd
cargo clippy --version
cargo clippy -- -Dwarnings
cargo clippy -- -Dwarnings
# miri:
# runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion crates/bevy_gltf/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl GltfPlugin {
/// `name` must be the attribute name as found in the glTF data, which must start with an underscore.
/// See [this section of the glTF specification](https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#meshes-overview)
/// for additional details on custom attributes.
pub fn add_custom_vertex_attribute(
pub fn addcustomVertex_attribute(
mut self,
name: &str,
attribute: MeshVertexAttribute,
Expand Down

0 comments on commit b79ee31

Please sign in to comment.