File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
components/remote_settings/src Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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 ) ]
3532pub enum RemoteSettingsServer {
You can’t perform that action at this time.
0 commit comments