mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-10 20:29:05 +00:00
Fix release-mode stub for watch_themes
This commit is contained in:
parent
d23fc6f135
commit
a9b107f155
1 changed files with 0 additions and 1 deletions
|
@ -607,7 +607,6 @@ async fn watch_themes(fs: Arc<dyn Fs>, mut cx: AsyncAppContext) -> Option<()> {
|
||||||
#[cfg(not(debug_assertions))]
|
#[cfg(not(debug_assertions))]
|
||||||
async fn watch_themes(
|
async fn watch_themes(
|
||||||
_fs: Arc<dyn Fs>,
|
_fs: Arc<dyn Fs>,
|
||||||
_themes: Arc<ThemeRegistry>,
|
|
||||||
_cx: AsyncAppContext,
|
_cx: AsyncAppContext,
|
||||||
) -> Option<()> {
|
) -> Option<()> {
|
||||||
None
|
None
|
||||||
|
|
Loading…
Reference in a new issue