Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions crates/skardi/src/sources/providers/rss/egress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@
//! on every hop whose host parses as an `IpAddr`. Under the `AllowAll` default
//! both paths are no-ops.

// This module's only consumer today is `fetch.rs`, and `fetch.rs` in turn
// has no production caller yet — the engine (a later PR in this stack) is
// the first one, and hasn't landed. Until then, everything here outside of
// this module's own tests is unreferenced from a build that excludes test
// code, and `cargo check`/`cargo build` would otherwise flag the whole
// file. Remove this once the engine wires `FeedFetcher` in.
#![allow(dead_code)]

use std::borrow::Cow;
use std::error::Error as StdError;
use std::fmt;
Expand Down
2,147 changes: 2,147 additions & 0 deletions crates/skardi/src/sources/providers/rss/engine.rs

Large diffs are not rendered by default.

Loading
Loading