Skip to content

Commit 7150195

Browse files
committed
Removing RemoteSettingsConfig2 alias
1 parent 673a406 commit 7150195

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
### Remote-Settings
2020
* Removed old remote-settings client code that is no longer used.
21-
* Started renaming `RemoteSettingsConfig2` to `RemoteSettingsConfig`, leaving an alias for the prior struct
21+
* Renaming `RemoteSettingsConfig2` to `RemoteSettingsConfig`, which will require client updates.
2222

2323
### Error support
2424
* Removed the `tracing-logging` and `tracing-reporting` features, these are now always enabled.

components/remote_settings/src/config.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ pub struct RemoteSettingsConfig {
2727
pub app_context: Option<RemoteSettingsContext>,
2828
}
2929

30-
// temporary alias for compatability
31-
pub type RemoteSettingsConfig2 = RemoteSettingsConfig;
32-
3330
/// The Remote Settings server that the client should use.
3431
#[derive(Debug, Clone, uniffi::Enum)]
3532
pub enum RemoteSettingsServer {

0 commit comments

Comments
 (0)