index
:
planetwars.dev
main
Unnamed repository; edit this file 'description' to name the repository.
nginx
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
planetwars-server
/
src
/
modules
/
ranking.rs
blob: 739e6a67486d3f8d1f468eaa0850dfdc27fc7de1 (
plain
)
1
2
3
4
5
use
crate
::
DbPool
;
pub
async
fn
run_ranker
(
_db_pool
:
DbPool
)
{
// do nothing, for now
}