Skip to content

Conversation

@sbdchd
Copy link
Owner

@sbdchd sbdchd commented May 22, 2025

warning: function `parse_text` is never used
 --> crates/squawk_parser/tests/utils.rs:5:15
  |
5 | pub(crate) fn parse_text(text: &str) -> (String, bool) {
  |               ^^^^^^^^^^
  |
  = note: `#[warn(dead_code)]` on by default

warning: `squawk_parser` (test "utils") generated 1 warning
    Finished `test` profile [unoptimized] target(s) in 1.55s
     Running unittests src/main.rs (target/debug/deps/squawk-42ae9071a6dd104a)

```
warning: function `parse_text` is never used
 --> crates/squawk_parser/tests/utils.rs:5:15
  |
5 | pub(crate) fn parse_text(text: &str) -> (String, bool) {
  |               ^^^^^^^^^^
  |
  = note: `#[warn(dead_code)]` on by default

warning: `squawk_parser` (test "utils") generated 1 warning
    Finished `test` profile [unoptimized] target(s) in 1.55s
     Running unittests src/main.rs (target/debug/deps/squawk-42ae9071a6dd104a)
```
@sbdchd sbdchd added the automerge automerge with kodiak label May 22, 2025
@kodiakhq kodiakhq bot merged commit 50f1437 into master May 22, 2025
27 checks passed
@kodiakhq kodiakhq bot deleted the steved-fix-warning branch May 22, 2025 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge automerge with kodiak

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants