File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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
289289You should:
290290
@@ -321,11 +321,7 @@ of deprecation can be multiple.
321321In 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- ====== =
327324use pglt_analyse :: declare_lint_rule;
328- >>>>>> > main : crates / pglt_analyser / CONTRIBUTING . md
329325
330326declare_lint_rule! {
331327 /// Dropping a column may break existing clients.
You can’t perform that action at this time.
0 commit comments