Skip to content

Commit 60b49bc

Browse files
committed
Change last mentionings from Rust-linting to Rust-marker
1 parent 58459d0 commit 60b49bc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2022 Rust-linting
3+
Copyright (c) 2022-2022 Rust-marker
44

55
Permission is hereby granted, free of charge, to any
66
person obtaining a copy of this software and associated

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The project is currently only available in this GitHub repo. For a quick test, c
1212

1313
## License
1414

15-
Copyright (c) 2022-2022 Rust-linting
15+
Copyright (c) 2022-2022 Rust-marker
1616

17-
Rust-linting is distributed under the terms of both the MIT license
17+
Rust-marker is distributed under the terms of both the MIT license
1818
and the Apache License (Version 2.0).
1919

2020
See [LICENSE-APACHE](./LICENSE-APACHE), [LICENSE-MIT](./LICENSE-MIT).

marker_api/src/ast/item.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ impl<'ast> CommonItemData<'ast> {
239239
}
240240
}
241241

242-
/// FIXME: Add function as discussed in <https://github.com/rust-linting/design/issues/22>
242+
/// FIXME: Add function as discussed in <https://github.com/rust-marker/design/issues/22>
243243
/// this will require new driver callback functions
244244
#[repr(C)]
245245
#[derive(Debug, PartialEq, Eq, Hash)]

marker_lints/tests/compile_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ struct TestSetup {
5757
fn run_test_setup() -> TestSetup {
5858
const CARGO_MARKER_INVOCATION: &[&str] = &["run", "--bin", "cargo-marker", "--features", "dev-build", "--"];
5959

60-
// ../rust-linting/marker_lints
60+
// ../rust-marker/marker_lints
6161
let current_dir = env::current_dir().unwrap();
6262
let lint_crate_src = fs::canonicalize(&current_dir).unwrap();
6363
let mut cmd = Command::new("cargo");

0 commit comments

Comments
 (0)