Skip to content

Commit 478bf65

Browse files
docs
1 parent 253e1e0 commit 478bf65

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crates/pglt_analyser/CONTRIBUTING.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ diagnostic in the resulting documentation page.
284284

285285
#### Quick Test
286286

287-
To quickly test your rule, head to the `pg_analyser/src/lib.rs` file and modify the `debug_test` function.
287+
To quickly test your rule, head to the `pglt_analyser/src/lib.rs` file and modify the `debug_test` function.
288288

289289
You should:
290290

@@ -321,11 +321,7 @@ of deprecation can be multiple.
321321
In order to do, the macro allows adding additional field to add the reason for deprecation
322322

323323
````rust
324-
<<<<<<< HEAD:crates/pg_analyser/CONTRIBUTING.md
325-
use pg_analyse::declare_lint_rule;
326-
=======
327324
use pglt_analyse::declare_lint_rule;
328-
>>>>>>> main:crates/pglt_analyser/CONTRIBUTING.md
329325

330326
declare_lint_rule! {
331327
/// Dropping a column may break existing clients.

0 commit comments

Comments
 (0)