mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
fix(logs): add missing import ToPrimitive
This commit is contained in:
parent
8fd2822ba3
commit
acf41eab50
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ extern crate enum_display_derive;
|
|||
|
||||
use actix_web::{get, web, App, HttpResponse, HttpServer, Responder};
|
||||
use anyhow::{Context, Result};
|
||||
use bigdecimal::ToPrimitive;
|
||||
use cached::proc_macro::cached;
|
||||
use postgres_types::{FromSql, ToSql};
|
||||
use serde::Serialize;
|
||||
|
|
Loading…
Add table
Reference in a new issue