Open aleDsz opened 2 years ago
Wait, do we use @compile {:no_warn_undefined, ...}
anywhere else in this project. If so, perhaps we should do the same in KinoDB.ConnectionCell
. Otherwise this patch is good to go!
Yeah, we have one occurrence:
lib/kino_db/sql_cell.ex
113: @compile {:no_warn_undefined, {DBConnection, :connection_module, 1}}
+1 on standardising either way. :)