Skip to content
Merged
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
1 change: 0 additions & 1 deletion crates/lance-graph-ogar/src/bridges/medcare_bridge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ pub use ogar_vocab::ports::HealthcarePort;
)]
pub type MedcareBridge = UnifiedBridge<HealthcarePort>;


#[cfg(test)]
#[allow(deprecated)] // exercises the deprecated bridge alias on purpose
mod tests {
Expand Down
1 change: 0 additions & 1 deletion crates/lance-graph-ogar/src/bridges/odoo_bridge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ pub use ogar_vocab::ports::OdooPort;
)]
pub type OdooBridge = UnifiedBridge<OdooPort>;


#[cfg(test)]
#[allow(deprecated)] // exercises the deprecated bridge alias on purpose
mod tests {
Expand Down
1 change: 0 additions & 1 deletion crates/lance-graph-ogar/src/bridges/openproject_bridge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ pub use ogar_vocab::ports::OpenProjectPort;
)]
pub type OpenProjectBridge = UnifiedBridge<OpenProjectPort>;


/// Compatibility shim — re-exports `ogar_vocab::ports::OPENPROJECT_ALIASES`
/// under the pre-migration name so consumers that imported the constant
/// from this module still build (codex P2 on PR #570). New code should
Expand Down
1 change: 0 additions & 1 deletion crates/lance-graph-ogar/src/bridges/redmine_bridge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pub use ogar_vocab::ports::RedminePort;
)]
pub type RedmineBridge = UnifiedBridge<RedminePort>;


/// Compatibility shim — re-exports `ogar_vocab::ports::REDMINE_ALIASES`
/// under the pre-migration name (codex P2 on PR #570). New code should
/// reach for the OGAR constant directly.
Expand Down
1 change: 0 additions & 1 deletion crates/lance-graph-ogar/src/bridges/smb_bridge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ pub use ogar_vocab::ports::SmbPort;
)]
pub type SmbBridge = UnifiedBridge<SmbPort>;


#[cfg(test)]
#[allow(deprecated)] // exercises the deprecated bridge alias on purpose
mod tests {
Expand Down
1 change: 0 additions & 1 deletion crates/lance-graph-ogar/src/bridges/woa_bridge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ pub use ogar_vocab::ports::WoaPort;
)]
pub type WoaBridge = UnifiedBridge<WoaPort>;


#[cfg(test)]
#[allow(deprecated)] // exercises the deprecated bridge alias on purpose
mod tests {
Expand Down
Loading